Skip to content

Commit 1276a06

Browse files
chore(deps): update github-actions
1 parent bf7069c commit 1276a06

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions: read-all
1616

1717
jobs:
1818
build:
19-
uses: miracum/.github/.github/workflows/standard-build.yaml@fc8f3798e3b8537a350cf51438e01a906811532c # v1.12.7
19+
uses: miracum/.github/.github/workflows/standard-build.yaml@d3a6999f1c9524d1c6d25f3cefe5889f24776d7a # v1.16.1
2020
permissions:
2121
contents: write
2222
id-token: write
@@ -51,7 +51,7 @@ jobs:
5151
docker info -f '{{ .DriverStatus }}'
5252
5353
- name: Download test image
54-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
54+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5555
with:
5656
name: ${{ needs.build.outputs.image-slug }}-test
5757
path: /tmp
@@ -93,13 +93,13 @@ jobs:
9393
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9494

9595
- name: Create KinD cluster
96-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
96+
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
9797
with:
9898
cluster_name: kind
9999

100100
- name: Download image
101101
if: ${{ github.event_name == 'pull_request' }}
102-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
102+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
103103
with:
104104
name: ${{ needs.build.outputs.image-slug }}
105105
path: /tmp
@@ -148,14 +148,14 @@ jobs:
148148
149149
- name: Upload cluster dump
150150
if: always()
151-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
151+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
152152
with:
153153
name: kind-cluster-dump.txt
154154
path: |
155155
kind-cluster-dump.txt
156156
157157
lint:
158-
uses: miracum/.github/.github/workflows/standard-lint.yaml@fc8f3798e3b8537a350cf51438e01a906811532c # v1.12.7
158+
uses: miracum/.github/.github/workflows/standard-lint.yaml@d3a6999f1c9524d1c6d25f3cefe5889f24776d7a # v1.16.1
159159
permissions:
160160
contents: read
161161
pull-requests: write
@@ -170,7 +170,7 @@ jobs:
170170
github-token: ${{ secrets.GITHUB_TOKEN }}
171171

172172
release:
173-
uses: miracum/.github/.github/workflows/standard-release.yaml@fc8f3798e3b8537a350cf51438e01a906811532c # v1.12.7
173+
uses: miracum/.github/.github/workflows/standard-release.yaml@d3a6999f1c9524d1c6d25f3cefe5889f24776d7a # v1.16.1
174174
needs:
175175
- lint
176176
- build

.github/workflows/schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: read-all
1010

1111
jobs:
1212
schedule:
13-
uses: miracum/.github/.github/workflows/standard-schedule.yaml@fc8f3798e3b8537a350cf51438e01a906811532c # v1.12.7
13+
uses: miracum/.github/.github/workflows/standard-schedule.yaml@d3a6999f1c9524d1c6d25f3cefe5889f24776d7a # v1.16.1
1414
permissions:
1515
contents: read
1616
issues: write

.github/workflows/scorecard.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
40+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -59,14 +59,14 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
62+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6363
with:
6464
name: SARIF file
6565
path: results.sarif
6666
retention-days: 5
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
70+
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
7171
with:
7272
sarif_file: results.sarif

.github/workflows/validate-fhir-resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
validate-fhir-resource:
1313
name: Validate FHIR resources
1414
runs-on: ubuntu-22.04
15-
container: ghcr.io/miracum/ig-build-tools:v2.1.6@sha256:26bc1eaf0a259e8c16d0eeeb8622c7aecaa45d41e39f158696f9aec90b142596
15+
container: ghcr.io/miracum/ig-build-tools:v2.1.19@sha256:b77f3dc82a185f87cd853fade50f6e4afd0bce64b9a0d2a302004078f0025eec
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)