diff --git a/.github/workflows/.ci.yml b/.github/workflows/.ci.yml index 32021c5..1a38cb2 100644 --- a/.github/workflows/.ci.yml +++ b/.github/workflows/.ci.yml @@ -24,7 +24,7 @@ jobs: sudo apt-get install -y libsasl2-dev python3-dev libldap2-dev libssl-dev - name: Set up Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: "3.12" cache: "pip" @@ -51,7 +51,7 @@ jobs: sudo apt-get install -y libsasl2-dev python3-dev libldap2-dev libssl-dev - name: Set up Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: "3.12" cache: "pip" @@ -69,7 +69,7 @@ jobs: - name: Upload coverage reports to Codecov if: success() - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -97,7 +97,7 @@ jobs: images: ${{ secrets.HARBOR_URL }}/auth-api - name: Build and push Docker image to Harbor - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: . file: ./Dockerfile.prod diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 2cface7..9e82ace 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -34,7 +34,7 @@ jobs: latest=false - name: Build and push Docker image to Harbor - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: . file: ./Dockerfile.prod