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
8 changes: 4 additions & 4 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: Checkout own repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.WORKFLOW_PAT }}
path: self
- name: Checkout workflows repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: IronCoreLabs/workflows
ref: ${{ inputs.workflows_repo_ref }}
Expand All @@ -97,12 +97,12 @@ jobs:
if: ${{ github.event_name != 'pull_request'}}
steps:
- name: Checkout own repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.WORKFLOW_PAT }}
path: self
- name: Checkout workflows repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: IronCoreLabs/workflows
ref: ${{ inputs.workflows_repo_ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-docker-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout own repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.WORKFLOW_PAT }}
path: self
- name: Checkout workflows repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: IronCoreLabs/workflows
ref: ${{ inputs.workflows_repo_ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "${HOME}/bin" >> ${GITHUB_PATH}

- name: Check out software repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.tag }}
path: software
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

# Make a PR to the deployments repo.
- name: Check out deployments
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
repository: IronCoreLabs/deployments
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
steps:
# Update the local dev clusters to use the new container.
- name: Check out depot
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: IronCoreLabs/depot
path: depot
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
matrix:
runs_on: ${{ fromJson(needs.image.outputs.runners) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Either the workflow_dispatch ref, or the prerelease tag, whichever is set.
ref: ${{ github.event.inputs.ref }}${{ github.event.release.tag_name }}
Expand Down Expand Up @@ -320,15 +320,15 @@ jobs:
# So this conditional checks that the trigger was _not_ a pull_request.
# The "contains()" conditional checks that this is a release like 1.2.3, not a prerelease like 1.2.3-rc.1.
if: ${{ github.head_ref == '' && inputs.buildlog_repo != '' && !contains(needs.image.outputs.longtag, '-') }}
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ inputs.buildlog_repo }}
token: ${{ secrets.WORKFLOW_PAT }}
fetch-depth: 2
path: .github/tmp_buildlog_dir
- name: Checkout workflows repo
if: ${{ github.head_ref == '' && inputs.buildlog_repo != '' && !contains(needs.image.outputs.longtag, '-')}}
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: IronCoreLabs/workflows
ref: ${{ inputs.workflow_repo_ref_override != '' && inputs.workflow_repo_ref_override || 'docker-v1'}}
Expand All @@ -350,7 +350,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Either the workflow_dispatch ref, or the prerelease tag, whichever is set.
ref: ${{ github.event.inputs.ref }}${{ github.event.release.tag_name }}
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
issues: write
if: needs.image.outputs.prerelease == 'false' && inputs.skip_licensed_deployment_reminder == false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Either the workflow_dispatch ref, or the prerelease tag, whichever is set.
ref: ${{ github.event.inputs.ref }}${{ github.event.release.tag_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: ${{ fromJSON(inputs.refs) }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ matrix.ref }}
token: ${{ secrets.WORKFLOW_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
rust_target: "${{ fromJSON(inputs.build_matrix_rust_target) }}"
include: ${{ fromJSON(inputs.matrix_include) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install additional dependencies
if: ${{ inputs.additional_system_deps != '' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-cargo-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cargo-update:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
token: ${{ secrets.WORKFLOW_PAT }}
- uses: IronCoreLabs/rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
start_tsp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Save TSP env.integration to a file
run: |
cat > .env.integration <<EOF
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
echo '${{ secrets.LEEROY_PRIVATE_SSH_KEY }}' > "${HOME}/.ssh/id_ed25519"
chmod 600 "${HOME}/.ssh/id_ed25519"
ssh-keyscan github.com > "${HOME}/.ssh/known_hosts"
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: ${{ env.UNDER_TEST_FOLDER }}
- uses: actions/checkout@v6
- uses: actions/checkout@v7
if: ${{ inputs.smelter_required }}
with:
repository: IronCoreLabs/sql-smelter
Expand Down Expand Up @@ -175,10 +175,10 @@ jobs:
echo '${{ secrets.LEEROY_PRIVATE_SSH_KEY }}' > "${HOME}/.ssh/id_ed25519"
chmod 600 "${HOME}/.ssh/id_ed25519"
ssh-keyscan github.com > "${HOME}/.ssh/known_hosts"
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: ${{ env.UNDER_TEST_FOLDER }}
- uses: actions/checkout@v6
- uses: actions/checkout@v7
if: ${{ inputs.smelter_required }}
with:
repository: IronCoreLabs/sql-smelter
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
echo '${{ secrets.LEEROY_PRIVATE_SSH_KEY }}' > "${HOME}/.ssh/id_ed25519"
chmod 600 "${HOME}/.ssh/id_ed25519"
ssh-keyscan github.com > "${HOME}/.ssh/known_hosts"
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: ${{ env.UNDER_TEST_FOLDER }}
- uses: IronCoreLabs/rust-toolchain@v1
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
echo '${{ secrets.LEEROY_PRIVATE_SSH_KEY }}' > "${HOME}/.ssh/id_ed25519"
chmod 600 "${HOME}/.ssh/id_ed25519"
ssh-keyscan github.com > "${HOME}/.ssh/known_hosts"
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: ${{ env.UNDER_TEST_FOLDER }}
- name: Install additional dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
rust_target: "${{ fromJSON(inputs.rust_targets) }}"
include: ${{ fromJSON(inputs.matrix_include) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Configure git ssh access
run: |
mkdir -p "${HOME}/.ssh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: cargo package
- name: Dry run the publish
if: inputs.dry_run
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scala-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
else
echo "can_push=false" >> "$GITHUB_OUTPUT"
fi
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: ${{ env.UNDER_TEST_FOLDER }}
# When pushable, check out the PR branch tip (not the merge ref) with the PAT so the auto-fix commit can be pushed back.
ref: ${{ steps.push_mode.outputs.can_push == 'true' && github.head_ref || '' }}
token: ${{ steps.push_mode.outputs.can_push == 'true' && secrets.WORKFLOW_PAT || github.token }}
- uses: actions/checkout@v6
- uses: actions/checkout@v7
if: ${{ inputs.smelter_required }}
with:
repository: IronCoreLabs/sql-smelter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scala-cve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set file_name output var
id: file_name
run: echo "file_name=$(date +%B)-${GITHUB_REPOSITORY#*/}-cve.html" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install shellspec
run: curl -fsSL https://git.io/shellspec | sh -s -- --yes
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install shellspec
run: |
set -o pipefail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sql-smelter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Checkout sql-smelter repository
id: checkout-sql-smelter
continue-on-error: true
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: IronCoreLabs/sql-smelter
ref: ${{ needs.determine-branch.outputs.selected_branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typescript-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
run:
working-directory: ${{ env.UNDER_TEST_FOLDER }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: ${{ env.UNDER_TEST_FOLDER }}
- uses: actions/checkout@v6
- uses: actions/checkout@v7
if: ${{ inputs.smelter_required }}
with:
repository: IronCoreLabs/sql-smelter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: ${{ inputs.node_version }}
Expand Down