Skip to content

Commit 4c02d06

Browse files
deps: bump actions/github-script in the production-dependencies group
Bumps the production-dependencies group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 4 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79b964f commit 4c02d06

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)