Skip to content

Commit f64eb62

Browse files
committed
2 parents bca2505 + 1657ea2 commit f64eb62

File tree

3 files changed

+13
-45
lines changed

3 files changed

+13
-45
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323

2424
steps:
2525
- name: ✂️ Free Disk Space
26-
uses: jlumbroso/free-disk-space@main # https://github.com/jlumbroso/free-disk-space
26+
uses: jlumbroso/free-disk-space@v1.3.0 # https://github.com/jlumbroso/free-disk-space
2727
with:
2828
tool-cache: true
2929
docker-images: false
3030

3131
- name: 🤘 Checkout Code
32-
uses: actions/checkout@v3 # https://github.com/actions/checkout
32+
uses: actions/checkout@v4 # https://github.com/actions/checkout
3333

3434
- name: 🔒 Login to Container Registry
35-
uses: docker/login-action@v2 # https://github.com/docker/login-action
35+
uses: docker/login-action@v3 # https://github.com/docker/login-action
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}
@@ -81,6 +81,6 @@ jobs:
8181
ignore-unfixed: true
8282

8383
- name: 🛡️🔼 Upload scan results to GitHub Security tab
84-
uses: github/codeql-action/upload-sarif@v2 # https://github.com/github/codeql-action
84+
uses: github/codeql-action/upload-sarif@v3 # https://github.com/github/codeql-action
8585
with:
8686
sarif_file: 'trivy-results.sarif'

.hadolint

Lines changed: 0 additions & 41 deletions
This file was deleted.

.hadolint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ignored:
2+
- DL3008
3+
- DL3009
4+
- DL3013
5+
- DL3015
6+
- DL3042
7+
trustedRegistries:
8+
- docker.io
9+
- ghcr.io

0 commit comments

Comments
 (0)