Skip to content

Commit 1d3a61d

Browse files
Update github/codeql-action digest to 2d92b76
1 parent a0b8c35 commit 1d3a61d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
persist-credentials: false
2727

2828
# Initializes the CodeQL tools for scanning.
29-
- uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
29+
- uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3
3030
with:
3131
languages: ${{ matrix.language }}
3232
queries: security-extended,security-and-quality
3333

34-
- uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
34+
- uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: npm ci
5050

5151
- run: npm run test:unit
52-
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
52+
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}
5555
flags: unit

0 commit comments

Comments
 (0)