Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crazy-max/ghaction-virustotal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: crazy-max/ghaction-virustotal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 24, 2022

  1. Bump @actions/core from 1.9.0 to 1.9.1 (#131)

    * Bump @actions/core from 1.9.0 to 1.9.1
    
    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update generated content
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
    dependabot[bot] and crazy-max authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    71d4987 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Bump @actions/core from 1.9.1 to 1.10.0

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    98a56ac View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update generated content

    crazy-max committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9bfc788 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from crazy-max/dependabot/npm_and_yarn/action…

    …s/core-1.10.0
    
    Bump @actions/core from 1.9.1 to 1.10.0
    crazy-max authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4b18c27 View commit details
    Browse the repository at this point in the history
  3. Bump @actions/github from 5.0.3 to 5.1.1

    Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.3 to 5.1.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/github"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    077c047 View commit details
    Browse the repository at this point in the history
  4. Update generated content

    crazy-max committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c92dbaa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #136 from crazy-max/dependabot/npm_and_yarn/action…

    …s/github-5.1.1
    
    Bump @actions/github from 5.0.3 to 5.1.1
    crazy-max authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0f96058 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Remove setOutput workaround

    crazy-max committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2379da3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from crazy-max/setOutput

    Remove setOutput workaround
    crazy-max authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    6d0c025 View commit details
    Browse the repository at this point in the history
Loading