Skip to content

Commit 27d9e0d

Browse files
chore(deps): bump the dependencies group with 4 updates (#476)
Bumps the dependencies group with 4 updates: [github/codeql-action](https://github.com/github/codeql-action), [github-community-projects/contributors](https://github.com/github-community-projects/contributors), [kenyonj/mark-ready-when-ready](https://github.com/kenyonj/mark-ready-when-ready) and [github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml](https://github.com/github-community-projects/ospo-reusable-workflows). Updates `github/codeql-action` from 4.35.3 to 4.35.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@e46ed2c...68bde55) Updates `github-community-projects/contributors` from 2.0.10 to 2.0.11 - [Release notes](https://github.com/github-community-projects/contributors/releases) - [Commits](1878140...b859081) Updates `kenyonj/mark-ready-when-ready` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/kenyonj/mark-ready-when-ready/releases) - [Commits](kenyonj/mark-ready-when-ready@0ef6176...164bebf) Updates `github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/github-community-projects/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github-community-projects/ospo-reusable-workflows/blob/main/docs/release.md) - [Commits](github-community-projects/ospo-reusable-workflows@592067a...e92cb60) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github-community-projects/contributors dependency-version: 2.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: kenyonj/mark-ready-when-ready dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39be5fe commit 27d9e0d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql.yml

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

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
55+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -67,6 +67,6 @@ jobs:
6767
# ./location_of_script_within_repo/buildscript.sh
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
70+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7171
with:
7272
category: "/language:${{matrix.language}}"

.github/workflows/contributors_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
3636
3737
- name: Run contributor action
38-
uses: github-community-projects/contributors@1878140f3a38f939c76bcf4af402be1af67b5e94
38+
uses: github-community-projects/contributors@b859081429c8fa345253bdc53f4ccd94ab43cab7
3939
env:
4040
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
START_DATE: ${{ env.START_DATE }}

.github/workflows/mark-ready-when-ready.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
egress-policy: audit
3131

3232
- name: Mark ready when ready
33-
uses: kenyonj/mark-ready-when-ready@0ef6176fc2ddef5bab6cb4ab9517a37f0c153ba4 # main (contents:write fix)
33+
uses: kenyonj/mark-ready-when-ready@164bebf98862a24419165413a00bab80107b25ad # main (contents:write fix)
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write # Federate for artifact attestation
1717
attestations: write # Generate build provenance attestations
1818
discussions: write # Create release announcement discussion
19-
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@592067a69a43d2285f933753d89a7c9d51b96530 # v1.0.0
19+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@e92cb6053ace495fe40a5f185988557afcdcecbc # v1.0.1
2020
with:
2121
publish: true
2222
release-config-name: release-drafter.yml

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
path: results.sarif
5050
retention-days: 5
5151
- name: "Upload to code-scanning"
52-
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7
52+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e
5353
with:
5454
sarif_file: results.sarif

0 commit comments

Comments
 (0)