Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 2 updates #21862

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/cherry-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
egress-policy: audit
- if: github.event.pull_request
name: Run cherrypicker on closed PR
uses: bazelbuild/continuous-integration/actions/cherry_picker@18b59a807fb03495bd66105c9576fc383769b296
uses: bazelbuild/continuous-integration/actions/cherry_picker@1b4672c3f02bf35a88fc15c3621a49988c716efe
with:
triggered-on: closed
pr-number: ${{ github.event.number }}
is-prod: True
- if: github.event.issue
name: Run cherrypicker on closed issue
uses: bazelbuild/continuous-integration/actions/cherry_picker@18b59a807fb03495bd66105c9576fc383769b296
uses: bazelbuild/continuous-integration/actions/cherry_picker@1b4672c3f02bf35a88fc15c3621a49988c716efe
with:
triggered-on: closed
pr-number: ${{ github.event.issue.number }}
Expand All @@ -45,7 +45,7 @@ jobs:
egress-policy: audit
- if: startsWith(github.event.issue.body, 'Forked from')
name: Run cherrypicker on comment
uses: bazelbuild/continuous-integration/actions/cherry_picker@18b59a807fb03495bd66105c9576fc383769b296
uses: bazelbuild/continuous-integration/actions/cherry_picker@1b4672c3f02bf35a88fc15c3621a49988c716efe
with:
triggered-on: commented
pr-number: ${{ github.event.issue.body }}
Expand All @@ -54,7 +54,7 @@ jobs:
is-prod: True
- if: startsWith(github.event.issue.body, '### Commit IDs')
name: Run cherrypicker on demand
uses: bazelbuild/continuous-integration/actions/cherry_picker@18b59a807fb03495bd66105c9576fc383769b296
uses: bazelbuild/continuous-integration/actions/cherry_picker@1b4672c3f02bf35a88fc15c3621a49988c716efe
with:
triggered-on: ondemand
milestone-title: ${{ github.event.milestone.title }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
egress-policy: audit

- name: Run helper
uses: bazelbuild/continuous-integration/actions/release-helper@b9b7f0dad8ab00a48cc262d1d38339a1dd11c7c5 # master
uses: bazelbuild/continuous-integration/actions/release-helper@1b4672c3f02bf35a88fc15c3621a49988c716efe # master
with:
token: ${{ secrets.BAZEL_IO_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
with:
sarif_file: results.sarif
Loading