diff --git a/.github/workflows/lint-image.yml b/.github/workflows/lint-image.yml index 9f5bd1f..9cee6a9 100644 --- a/.github/workflows/lint-image.yml +++ b/.github/workflows/lint-image.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 with: # Full Git history is needed to get a proper list of changed files fetch-depth: 0 diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 139ce57..5ee6cdf 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 # Extract metadata (tags, labels) for Docker - name: Extract Docker metadata