Skip to content

Commit 86861dc

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/all-npm-a721a0936d
2 parents 7a487cb + 1288d9b commit 86861dc

6 files changed

Lines changed: 1618 additions & 7 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
22
"entries": {
3+
"actions/checkout@v6": {
4+
"repo": "actions/checkout",
5+
"version": "v6",
6+
"sha": "df4cb1c069e1874edd31b4311f1884172cec0e10"
7+
},
38
"actions/github-script@v8": {
49
"repo": "actions/github-script",
510
"version": "v8",
611
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
712
},
8-
"github/gh-aw-actions/setup@v0.64.2": {
9-
"repo": "github/gh-aw-actions/setup",
10-
"version": "v0.64.2",
11-
"sha": "f22886a9607f5c27e79742a8bfc5faa34737138b"
13+
"actions/github-script@v9": {
14+
"repo": "actions/github-script",
15+
"version": "v9",
16+
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
17+
},
18+
"actions/setup-node@v6": {
19+
"repo": "actions/setup-node",
20+
"version": "v6",
21+
"sha": "48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e"
1222
}
1323
}
1424
}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3
25+
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
2626
with:
2727
languages: javascript
2828

2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3
30+
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3

0 commit comments

Comments
 (0)