Skip to content

Commit

Permalink
Merge pull request #583 from evo-lua/update-action-versions
Browse files Browse the repository at this point in the history
Update all third-party actions to their latest version
  • Loading branch information
rdw-software authored Oct 20, 2024
2 parents 92724db + bb5568b commit 37e145b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Publish new release
# Truly "continuous" releases may be overkill here, so better only release tagged versions
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: evo-linux-x64
body_path: CHANGELOG.MD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Publish new release
# Truly "continuous" releases may be overkill here, so better only release tagged versions
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: evo-macos-${{ matrix.arch }}
body_path: CHANGELOG.MD
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fetch-depth: "0" # Required so that git describe actually works (and we can embed the version tag)

- name: Set up sccache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].6

- name: Download Webview2 SDK
run: deps/fetch-mswebview2.sh && ls ninjabuild-windows
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Publish new release
# Truly "continuous" releases may be overkill here, so better only release tagged versions
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: evo.exe
body_path: CHANGELOG.MD
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ jobs:
output: sarif-results/${{ matrix.language }}.sarif

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: sarif-results/${{ matrix.language }}.sarif
category: "/language:${{matrix.language}}"

- name: Upload analysis results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sarif-results
path: sarif-results
Expand Down

0 comments on commit 37e145b

Please sign in to comment.