Skip to content

Commit 3a03792

Browse files
Bump the github-actions-all group across 1 directory with 2 updates
Bumps the github-actions-all group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) and [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler). Updates `github/codeql-action` from 3.28.1 to 3.28.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b6a472f...dd74661) Updates `crazy-max/ghaction-github-labeler` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](crazy-max/ghaction-github-labeler@b54af0c...31674a3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ac64dd commit 3a03792

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
58+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # tag=codeql-bundle-v3.28.8
5959
with:
6060
languages: ${{ matrix.language }}
6161

@@ -65,7 +65,7 @@ jobs:
6565
# manually (see below).
6666
# manually (see below).
6767
- name: Autobuild
68-
uses: github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
68+
uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # tag=codeql-bundle-v3.28.8
6969

7070
# ℹ️ Command-line programs to run using the OS shell. 📚
7171
# https://git.io/JvXDl
@@ -83,4 +83,4 @@ jobs:
8383
# make release
8484

8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
86+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # tag=codeql-bundle-v3.28.8

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
63+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # tag=codeql-bundle-v3.28.8
6464
with:
6565
sarif_file: results.sarif

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
2727
- name: Sync repository labels
2828
if: success()
29-
uses: crazy-max/ghaction-github-labeler@b54af0c25861143e7c8813d7cbbf46d2c341680c # tag=v5.1.0
29+
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # tag=v5.2.0
3030
with:
3131
# This is a hideous ternary equivalent so we only do a dry run unless
3232
# this workflow is triggered by the develop branch.

0 commit comments

Comments
 (0)