From 8f4c75a17cb524b2fff2c494f473db74a02adcbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:26:00 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/daily-trivy-scan.yaml | 2 +- .github/workflows/scorecard.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de3d44f..87af764 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ permissions: read-all jobs: build: - uses: chgl/.github/.github/workflows/standard-build.yaml@37128f16022cafdc2eec3cc520fd888613453843 # v1.9.2 + uses: chgl/.github/.github/workflows/standard-build.yaml@a38e8e9126feb23f142243b3ffa761d88e4ce23a # v1.10.0 permissions: contents: write id-token: write @@ -30,7 +30,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} lint: - uses: chgl/.github/.github/workflows/standard-lint.yaml@37128f16022cafdc2eec3cc520fd888613453843 # v1.9.2 + uses: chgl/.github/.github/workflows/standard-lint.yaml@a38e8e9126feb23f142243b3ffa761d88e4ce23a # v1.10.0 permissions: contents: read pull-requests: write @@ -95,7 +95,7 @@ jobs: dotnet test src/FhirServerExporter.Tests.E2E/ release: - uses: chgl/.github/.github/workflows/standard-release.yaml@37128f16022cafdc2eec3cc520fd888613453843 # v1.9.2 + uses: chgl/.github/.github/workflows/standard-release.yaml@a38e8e9126feb23f142243b3ffa761d88e4ce23a # v1.10.0 needs: - build - test diff --git a/.github/workflows/daily-trivy-scan.yaml b/.github/workflows/daily-trivy-scan.yaml index 2e8b4ad..46efe69 100644 --- a/.github/workflows/daily-trivy-scan.yaml +++ b/.github/workflows/daily-trivy-scan.yaml @@ -22,7 +22,7 @@ jobs: severity: "CRITICAL,HIGH" - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 + uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 if: always() with: sarif_file: "trivy-results.sarif" diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 8916f88..952d5df 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -67,6 +67,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 + uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 with: sarif_file: results.sarif