Skip to content

Commit f2198aa

Browse files
committed
Update GitHub workflow actions
1 parent c344d26 commit f2198aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
# Based on https://github.com/github/codeql/blob/45c942866830bec3463598774012a33a2cfaff96/.github/workflows/query-list.yml
3333
- name: Download CodeQL CLI
34-
uses: dsaltares/fetch-gh-release-asset@1.0.0
34+
uses: dsaltares/fetch-gh-release-asset@1.1.1
3535
with:
3636
repo: "github/codeql-cli-binaries"
3737
version: ${{ format('tags/{0}', steps.codeql-submodule-version.outputs.version) }}

.github/workflows/update-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Note: Unfortunately this cannot trigger the regular workflow for the PR automatically, see
4848
# https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
4949
- name: Create or update pull request
50-
uses: peter-evans/create-pull-request@v4
50+
uses: peter-evans/create-pull-request@v5
5151
if: steps.prepare-update.outcome == 'success'
5252
with:
5353
branch: codeql-update

0 commit comments

Comments
 (0)