Skip to content

Commit 4bb9d2c

Browse files
Doc-only: true
Bump the gha-versions group across 1 directory with 2 updates Bumps the gha-versions group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) and [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting). Updates `github/codeql-action` from 4.35.2 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@95e58e9...68bde55) Updates `phoenix-actions/test-reporting` from 15 to 16 - [Release notes](https://github.com/phoenix-actions/test-reporting/releases) - [Changelog](https://github.com/phoenix-actions/test-reporting/blob/main/CHANGELOG.md) - [Commits](phoenix-actions/test-reporting@f957cd9...7317eea) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-versions - dependency-name: phoenix-actions/test-reporting dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8030100 commit 4bb9d2c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
# Upload the results to GitHub's code scanning dashboard (optional).
7272
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
74+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7575
with:
7676
sarif_file: results.sarif

.github/workflows/rpm-build-and-test-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
esac
4242
echo "STAGE_NAME=Build RPM on $DISTRO_NAME $DISTRO_VERSION" >> $GITHUB_ENV
4343
- name: Test Report
44-
uses: phoenix-actions/test-reporting@f957cd93fc2d848d556fa0d03c57bc79127b6b5e # v15
44+
uses: phoenix-actions/test-reporting@7317eea6e13c47348dd0bb318669485157c518d6 # v16
4545
with:
4646
artifact: ${{ env.STAGE_NAME }} test-results
4747
name: ${{ env.STAGE_NAME }} Test Results (phoenix-actions)
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set variables
6161
run: echo "STAGE_NAME=Functional Hardware ${{ matrix.stage }}" >> $GITHUB_ENV
6262
- name: Test Report
63-
uses: phoenix-actions/test-reporting@f957cd93fc2d848d556fa0d03c57bc79127b6b5e # v15
63+
uses: phoenix-actions/test-reporting@7317eea6e13c47348dd0bb318669485157c518d6 # v16
6464
with:
6565
artifact: ${{ env.STAGE_NAME }} test-results
6666
name: ${{ env.STAGE_NAME }} Test Results (phoenix-actions)

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
trivy-config: 'utils/trivy/trivy.yaml'
6969

7070
- name: Upload Trivy scan results to GitHub Security tab
71-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
71+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7272
with:
7373
sarif_file: 'trivy-results.sarif'
7474

0 commit comments

Comments
 (0)