Skip to content

Commit 3276a82

Browse files
authored
Merge pull request #551 from OpenConext/dependabot/github_actions/github-actions-73164cfa41
Bump the github-actions group across 1 directory with 2 updates
2 parents dfa3ba3 + 02586a9 commit 3276a82

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v5
32-
- uses: actions/setup-node@v5
32+
- uses: actions/setup-node@v6
3333
with:
3434
node-version: 20
3535
- name: Yarn Audit client

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
# Initializes the CodeQL tools for scanning.
7171
- name: Initialize CodeQL
72-
uses: github/codeql-action/init@v3
72+
uses: github/codeql-action/init@v4
7373
with:
7474
languages: ${{ matrix.language }}
7575
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -83,7 +83,7 @@ jobs:
8383
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
8484
# If this step fails, then you should remove it and run the build manually (see below)
8585
- name: Autobuild
86-
uses: github/codeql-action/autobuild@v3
86+
uses: github/codeql-action/autobuild@v4
8787

8888
# ℹ️ Command-line programs to run using the OS shell.
8989
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -96,6 +96,6 @@ jobs:
9696
# ./location_of_script_within_repo/buildscript.sh
9797

9898
- name: Perform CodeQL Analysis
99-
uses: github/codeql-action/analyze@v3
99+
uses: github/codeql-action/analyze@v4
100100
with:
101101
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)