Skip to content

Commit 88b87da

Browse files
chore(deps): bump the development-dependencies group with 3 updates
Bumps the development-dependencies group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [github/contributors](https://github.com/github/contributors) and [go-openapi/gh-actions](https://github.com/go-openapi/gh-actions). Updates `github/codeql-action` from 4.31.4 to 4.31.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e12f017...fdbfb4d) Updates `github/contributors` from 1.7.5 to 1.7.6 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github/contributors@8b75869...abf3681) Updates `go-openapi/gh-actions` from 0.0.2 to 0.0.3 - [Release notes](https://github.com/go-openapi/gh-actions/releases) - [Changelog](https://github.com/go-openapi/gh-actions/blob/master/release_tracker.go) - [Commits](go-openapi/gh-actions@b54cc4e...2c8f815) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: github/contributors dependency-version: 1.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: go-openapi/gh-actions dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cdc3f14 commit 88b87da

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
-
3434
# Initializes the CodeQL tools for scanning.
3535
name: Initialize CodeQL
36-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
36+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
3737
with:
3838
languages: ${{ matrix.language }}
3939
-
4040
name: Analyze ${{ matrix.language }}
41-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
41+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323
-
2424
name: Identify all-time contributors to this repository
25-
uses: github/contributors@8b7586939baa0af4e801dbd22c88adf6e0db8915 # v1.7.5
25+
uses: github/contributors@abf36819e840f6e8056dcd40d33003ce7c4bc8dd # v1.7.6
2626
env:
2727
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
REPOSITORY: ${{ github.repository }}

.github/workflows/go-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cache: true
5454
-
5555
name: Install gotestsum
56-
uses: go-openapi/gh-actions/install/gotestsum@b54cc4ecd2b7e4e255a89c1e8ae71eff84698e1c
56+
uses: go-openapi/gh-actions/install/gotestsum@2c8f8152814933c4cead92a51558699238ee9565
5757
-
5858
name: Run unit tests
5959
shell: bash
@@ -153,7 +153,7 @@ jobs:
153153
path: reports/
154154
-
155155
name: Install go-junit-report
156-
uses: go-openapi/gh-actions/install/go-junit-report@b54cc4ecd2b7e4e255a89c1e8ae71eff84698e1c
156+
uses: go-openapi/gh-actions/install/go-junit-report@2c8f8152814933c4cead92a51558699238ee9565
157157
-
158158
name: Convert test reports to a merged JUnit XML
159159
# NOTE: codecov test reports only support JUnit format at this moment. See https://docs.codecov.com/docs/test-analytics.
@@ -184,7 +184,7 @@ jobs:
184184
cache: true
185185
-
186186
name: Install go-ctrf-json-reporter
187-
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@b54cc4ecd2b7e4e255a89c1e8ae71eff84698e1c
187+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@2c8f8152814933c4cead92a51558699238ee9565
188188
-
189189
name: Convert test reports to CTRF JSON
190190
# description: |

.github/workflows/scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
exit-code: 0
4444
-
4545
name: Upload trivy findings to code scanning dashboard
46-
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
46+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
4747
with:
4848
category: trivy
4949
sarif_file: trivy-code-report.sarif
@@ -63,7 +63,7 @@ jobs:
6363
output-file: govulnscan-report.sarif
6464
-
6565
name: Upload govulnscan findings to code scanning dashboard
66-
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
66+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
6767
with:
6868
category: govulnscan
6969
sarif_file: govulnscan-report.sarif

0 commit comments

Comments
 (0)