diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29c2fa7440117f09adc90396e34653fff615c31e..c4b18f4b9fbf07065fbe53b9541fdd4343b57953 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - uses: sigstore/cosign-installer@main with: cosign-release: 'v1.2.1' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b5c7e85046f4cf28013246d20dd247ac63e4e51e..1846963e9b33ba0c6f5ed537ca62df8b8f0c5bed 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: language: [ 'go' ] steps: - name: Checkout repository - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9b3896a1d824d4358edea5e5dfd7ef5ab5a8c08..e6ffbfe7c3750ee3e0b7f68a579f7a201d09fecc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: Extract version of Go to use run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | sed -r 's/^.*://g'| uniq)" >> $GITHUB_ENV - uses: actions/setup-go@v2 @@ -44,7 +44,7 @@ jobs: container-build: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: Extract version of Go to use run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | sed -r 's/^.*://g'| uniq)" >> $GITHUB_ENV - uses: actions/setup-go@v2 @@ -65,7 +65,7 @@ jobs: steps: - name: download minisign run: sudo add-apt-repository ppa:dysfunctionalprogramming/minisign && sudo apt-get update && sudo apt-get install minisign - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: Docker Build run: docker-compose build - name: Extract version of Go to use diff --git a/.github/workflows/validate-release.yml b/.github/workflows/validate-release.yml index d9417df98df1104f04c9ddbad78c75e172aed7f8..c4dbf6359f3e9b15758003bbbb5764155dd4eb1a 100644 --- a/.github/workflows/validate-release.yml +++ b/.github/workflows/validate-release.yml @@ -39,7 +39,7 @@ jobs: statuses: none steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.4.0 - name: Extract version of Go to use run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | sed -r 's/^.*://g'| uniq)" >> $GITHUB_ENV - uses: actions/setup-go@v2 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 8df2b2649698936e3826bd0690e4cf37e060cab5..efa20468e8be2477f8ad6e469728138baea15348 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -22,7 +22,7 @@ jobs: name: license boilerplate check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: Extract version of Go to use run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | sed -r 's/^.*://g'| uniq)" >> $GITHUB_ENV - uses: actions/setup-go@v2 @@ -40,7 +40,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: deps run: sudo apt-get update && sudo apt-get install -yq libpcsclite-dev - name: golangci-lint