Skip to content

Commit f8c04b4

Browse files
authored
Merge pull request #17 from advanced-security/dependabot/github_actions/main/production-dependencies-6a8628fac7
deps: bump actions/github-script from 4 to 7 in the production-dependencies group
2 parents 79b964f + 4c02d06 commit f8c04b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-packs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: "Set Matrix"
1919
id: set-matrix
20-
uses: actions/github-script@v4
20+
uses: actions/github-script@v7
2121
with:
2222
script: |
2323
const packs = '${{ inputs.packs }}'.split(',');

0 commit comments

Comments
 (0)