Skip to content

Commit

Permalink
chore(deps): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 23eed73 commit cef501a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all

jobs:
build:
uses: chgl/.github/.github/workflows/standard-build.yaml@099e13513edf98b5f7616895700dcd2f66b4f5d6 # v1.5.4
uses: chgl/.github/.github/workflows/standard-build.yaml@81643d4afd41d47ad2ad8f7977d7a8f81751d2e9 # v1.5.7
permissions:
contents: read
id-token: write
Expand All @@ -27,7 +27,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

lint:
uses: chgl/.github/.github/workflows/standard-lint.yaml@099e13513edf98b5f7616895700dcd2f66b4f5d6 # v1.5.4
uses: chgl/.github/.github/workflows/standard-lint.yaml@81643d4afd41d47ad2ad8f7977d7a8f81751d2e9 # v1.5.7
permissions:
contents: read
pull-requests: write
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Download image
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
if: ${{ github.event_name == 'pull_request' }}
with:
name: ${{ needs.build.outputs.image-slug }}
Expand All @@ -76,7 +76,7 @@ jobs:
dotnet test src/FhirServerExporter.Tests.E2E/
release:
uses: chgl/.github/.github/workflows/standard-release.yaml@099e13513edf98b5f7616895700dcd2f66b4f5d6 # v1.5.4
uses: chgl/.github/.github/workflows/standard-release.yaml@81643d4afd41d47ad2ad8f7977d7a8f81751d2e9 # v1.5.7
needs:
- build
- test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
security-events: write
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # 0.16.1
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # 0.17.0
with:
image-ref: "ghcr.io/${{ github.repository }}:latest"
format: "sarif"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit cef501a

Please sign in to comment.