Skip to content

Commit 98b5702

Browse files
Bump the all group across 1 directory with 2 updates
Bumps the all group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) and [primer/.github](https://github.com/primer/.github). Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) Updates `primer/.github` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/primer/.github/releases) - [Commits](primer/.github@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: primer/.github dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eca9add commit 98b5702

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

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

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v3
56+
uses: github/codeql-action/autobuild@v4
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v3
70+
uses: github/codeql-action/analyze@v4

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
deploy:
1616
if: ${{ github.repository == 'primer/css' }}
17-
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.2.0
17+
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.2.1
1818
name: Deploy preview
1919
secrets:
2020
gh_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ github.repository == 'primer/css' }}
4040
name: Production
4141
needs: [guard]
42-
uses: primer/.github/.github/workflows/deploy.yml@v2.2.0
42+
uses: primer/.github/.github/workflows/deploy.yml@v2.2.1
4343
secrets:
4444
gh_token: ${{ secrets.GITHUB_TOKEN }}
4545
with:

.github/workflows/release_canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
release-canary:
2020
name: Canary
21-
uses: primer/.github/.github/workflows/release_canary.yml@v2.2.0
21+
uses: primer/.github/.github/workflows/release_canary.yml@v2.2.1
2222
with:
2323
install: npm ci
2424
secrets:

.github/workflows/release_tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ on:
1414
jobs:
1515
release-tracking:
1616
name: Release Tracking
17-
uses: primer/.github/.github/workflows/release_tracking.yml@v2.2.0
17+
uses: primer/.github/.github/workflows/release_tracking.yml@v2.2.1
1818
secrets:
1919
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

0 commit comments

Comments
 (0)