Skip to content

Commit 8ede22b

Browse files
deps: update github-actions
1 parent 717cf3b commit 8ede22b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/closed-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
1919
- name: Generate GitHub token
2020
id: generate-github-token
21-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
21+
uses: tibdex/github-app-token@a3da042061e3b5d09ad01f41d2328f429d8d1c62
2222
with:
2323
app_id: ${{ secrets.GH_APP_ID_DISTRO_CI }}
2424
private_key: ${{ secrets.GH_APP_PRIVATE_KEY_DISTRO_CI }}

.github/workflows/sec-codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@5b49155c7f37b5ec074ffd26b428e6b64b1bf412
51+
uses: github/codeql-action/init@92eada825a77b70d62c71adc29a0a9fe75c21bf5
5252
with:
5353
languages: ${{ matrix.language }}
5454
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@5b49155c7f37b5ec074ffd26b428e6b64b1bf412
65+
uses: github/codeql-action/autobuild@92eada825a77b70d62c71adc29a0a9fe75c21bf5
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -75,6 +75,6 @@ jobs:
7575
# ./location_of_script_within_repo/buildscript.sh
7676

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@5b49155c7f37b5ec074ffd26b428e6b64b1bf412
78+
uses: github/codeql-action/analyze@92eada825a77b70d62c71adc29a0a9fe75c21bf5
7979
with:
8080
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)