Skip to content

Commit 4ee73c5

Browse files
Update github actions (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c427394 commit 4ee73c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# uploads of run results in SARIF format to the repository Actions tab.
3535
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3636
- name: "Upload artifact"
37-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
37+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3838
with:
3939
name: SARIF file
4040
path: results.sarif

.github/workflows/prepare-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Use CLA approved bot
5353
run: .github/scripts/use-cla-approved-bot.sh
5454

55-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
55+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
5656
id: otelbot-token
5757
with:
5858
app-id: ${{ vars.OTELBOT_APP_ID }}

0 commit comments

Comments
 (0)