Skip to content

Commit

Permalink
chore(deps): update github actions upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 2e8940d commit 13b1ad6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate GitHub token
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
id: generate-token
with:
# GitHub App ID secret name
Expand All @@ -34,7 +34,7 @@ jobs:
with:
toolchain: stable
- name: Run release-plz release
uses: MarcoIeni/release-plz-action@269387141c39d8ba9eed025ab109e462ada263f2 # v0.5
uses: MarcoIeni/release-plz-action@36d2dcf6a250ff9c4dfd2984e988d79ea67a4c6a # v0.5
with:
command: release
env:
Expand All @@ -53,7 +53,7 @@ jobs:
cancel-in-progress: false
steps:
- name: Generate GitHub token
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
id: generate-token
with:
# GitHub App ID secret name
Expand All @@ -70,7 +70,7 @@ jobs:
with:
toolchain: stable
- name: Run release-plz PR task
uses: MarcoIeni/release-plz-action@269387141c39d8ba9eed025ab109e462ada263f2 # v0.5
uses: MarcoIeni/release-plz-action@36d2dcf6a250ff9c4dfd2984e988d79ea67a4c6a # v0.5
with:
command: release-pr
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
toolchain: stable
target: wasm32-wasip1
- uses: taiki-e/install-action@4666e0456051edf22fc0bae331c1df874bcaf291
- uses: taiki-e/install-action@3ccbe21af2abf632e04e4defdf9dcb69792e48f8
with:
tool: wasmtime
- run: cargo test --target wasm32-wasip1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
with:
sarif_file: results.sarif

0 comments on commit 13b1ad6

Please sign in to comment.