Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bot-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: run cache
if: success() && ! env.CI_SKIP
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: cf-graph.tar.zstd
key: cf-graph-tzstd-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "NEXT=${NEXT}" >> "$GITHUB_OUTPUT"

- name: log into ghcr.io
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
if: ${{ ! env.CI_SKIP }}
with:
registry: ${{ env.REGISTRY }}
Expand All @@ -77,7 +77,7 @@ jobs:
type=raw,value=latest

- name: build and push image
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
if: ${{ ! env.CI_SKIP }}
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
submodules: 'true'

- name: Build Docker Image
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
if: ${{ steps.should-run.outputs.should-run == 'true' }}
with:
context: cf-scripts
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}

- name: build docker image
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}
with:
context: .
Expand All @@ -132,7 +132,7 @@ jobs:
tags: ${{ env.IMAGE_NAME }}:test

- name: restore test durations
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}
with:
path: .test_durations
Expand Down Expand Up @@ -178,15 +178,15 @@ jobs:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}

- name: upload test durations
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}
with:
name: test-durations-${{ matrix.group }}
path: .test_durations.${{ matrix.group }}
include-hidden-files: true

- name: upload coverage
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}
with:
name: coverage-${{ matrix.group }}
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
MONGODB_CONNECTION_STRING: "mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000"

- name: restore test durations
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}
with:
path: .test_durations
Expand Down Expand Up @@ -333,15 +333,15 @@ jobs:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}

- name: upload test durations
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}
with:
name: test-durations-mongodb
path: .test_durations.mongodb
include-hidden-files: true

- name: upload coverage
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}
with:
name: coverage-mongodb
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: cache test durations
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}
with:
path: .test_durations
Expand All @@ -430,7 +430,7 @@ jobs:
jq 'reduce inputs as $i (.; . + $i)' test-durations-*/.test_durations.* > .test_durations

- name: upload test durations
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: ${{ inputs.skip != 'true' && !env.CI_SKIP }}
with:
name: test-durations
Expand Down
Loading