Skip to content

Commit 7091fa5

Browse files
committed
Update Action dependencies
1 parent d4168e2 commit 7091fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-create-bundle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
tag: "latest"
1414
platforms: "osx64,linux64,win64"
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: advanced-security/codeql-bundle-action/create-bundle@v2
1717
id: create-bundle
1818
with:
@@ -22,7 +22,7 @@ jobs:
2222
default-code-scanning-config: "${{ github.workspace }}/tests/code-scanning-config.yml"
2323
platforms: "osx64,linux64,win64"
2424
debug: "true"
25-
- uses: actions/upload-artifact@v3
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: codeql-bundles
2828
path: ${{ steps.create-bundle.outputs.output-path }}

0 commit comments

Comments
 (0)