Skip to content

Commit adce10f

Browse files
chore(deps): bump the all-actions group across 1 directory with 2 updates
Bumps the all-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `github/codeql-action` from 4 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4...v4.37.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2ff2f1 commit adce10f

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/api-level-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint-api-level:
1212
runs-on: [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-beta-sdk-java-mem-lates-m]
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- uses: actions/setup-java@v5
1616
with:
1717
distribution: 'temurin'

.github/workflows/codeql-analysis.yml

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

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646

4747
- name: Set up JDK
4848
uses: actions/setup-java@v5
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v4
56+
uses: github/codeql-action/init@v4.37.3
5757
with:
5858
languages: ${{ matrix.language }}
5959

@@ -80,6 +80,6 @@ jobs:
8080
run: ./mvnw compile --no-transfer-progress -DskipTests
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@v4
83+
uses: github/codeql-action/analyze@v4.37.3
8484
with:
8585
category: "/language:${{matrix.language}}"

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build-latest-java:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- name: Set up JDK
1919
uses: actions/setup-java@v5
2020
with:
@@ -48,7 +48,7 @@ jobs:
4848
build-java-8:
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
- name: Set up JDK
5353
uses: actions/setup-java@v5
5454
with:

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
release:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525

2626
- name: Generate GitHub App token
2727
id: app-token

0 commit comments

Comments
 (0)