Skip to content

Commit bb608ba

Browse files
chore(deps): bump the github-actions-dependencies group with 4 updates (#2865)
Bumps the github-actions-dependencies group with 4 updates: [apache/infrastructure-actions/allowlist-check](https://github.com/apache/infrastructure-actions), [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `apache/infrastructure-actions/allowlist-check` from 175b9212cf7c7221c0f8d10d0be3cbc758599e13 to bc817c8e9ad7d8216aab74223e32ea391e233b2c - [Commits](apache/infrastructure-actions@175b921...bc817c8) Updates `github/codeql-action/init` from 4.37.6 to 4.37.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5595cca...ff2f1c6) Updates `github/codeql-action/analyze` from 4.37.6 to 4.37.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5595cca...ff2f1c6) Updates `github/codeql-action/upload-sarif` from 4.37.6 to 4.37.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5595cca...ff2f1c6) --- updated-dependencies: - dependency-name: apache/infrastructure-actions/allowlist-check dependency-version: bc817c8e9ad7d8216aab74223e32ea391e233b2c dependency-type: direct:production dependency-group: github-actions-dependencies - dependency-name: github/codeql-action/init dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: github/codeql-action/analyze dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2a7ad3 commit bb608ba

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/asf-allowlist-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3232
with:
3333
persist-credentials: false
34-
- uses: apache/infrastructure-actions/allowlist-check@175b9212cf7c7221c0f8d10d0be3cbc758599e13 # main
34+
- uses: apache/infrastructure-actions/allowlist-check@bc817c8e9ad7d8216aab74223e32ea391e233b2c # main

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
# Initializes the CodeQL tools for scanning.
8383
- name: Initialize CodeQL
84-
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
84+
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
8585
with:
8686
languages: ${{ matrix.language }}
8787
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -107,6 +107,6 @@ jobs:
107107
# ./location_of_script_within_repo/buildscript.sh
108108

109109
- name: Perform CodeQL Analysis
110-
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
110+
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
111111
with:
112112
category: "/language:${{matrix.language}}"

.github/workflows/scorecards.yml

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

7676
# Upload the results to GitHub's code scanning dashboard.
7777
- name: "Upload to code-scanning"
78-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # tag=v2
78+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # tag=v2
7979
with:
8080
sarif_file: results.sarif

0 commit comments

Comments
 (0)