diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b3e4af..112a1d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,9 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -31,7 +31,7 @@ jobs: continue-on-error: true shell: bash - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 with: context: . push: true diff --git a/.github/workflows/check-version-bump.yml b/.github/workflows/check-version-bump.yml index fdf3990..711658c 100644 --- a/.github/workflows/check-version-bump.yml +++ b/.github/workflows/check-version-bump.yml @@ -10,13 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44 with: files_ignore: | README.md @@ -47,7 +47,7 @@ jobs: - name: 'Get Previous tag' if: steps.changed-files.outputs.all_modified_files_count != '0' id: previoustag - uses: "WyriHaximus/github-action-get-previous-tag@v1.4.0" + uses: "WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce" # v1.4.0 - name: Checking for version bump if: steps.changed-files.outputs.all_modified_files_count != '0' diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index c7f5b67..683fdc9 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Get version from file id: get_version run: echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT diff --git a/Dockerfile b/Dockerfile index e30663c..dd9f080 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 alpine/helm:3.14.4 +FROM --platform=linux/amd64 alpine/helm:3.14.4@sha256:31ce11c4ee98c5e1e13628ead9212e665f32c3277cae63bd55ced32989089f3e # Helm supported version along with K8 version: https://helm.sh/docs/topics/version_skew/ # List of Helm images: https://hub.docker.com/r/alpine/helm/tags