Skip to content
Open
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/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
version: ${{ vars.TAILSCALE_VERSION }}

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Check DNS Resolution for Vault
if: inputs.vault_enabled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-xamarin-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
options: --user root
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Build "${{ inputs.lib-name }}"
uses: ZeroGachis/.github/.github/actions/build-xamarin-lib@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-apk-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
AWS_REGION: ${{ inputs.AWS_REGION || vars.AWS_REGION || vars.AWS_DEFAULT_REGION }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Tailscale
uses: tailscale/github-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-gotoprod-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
private-key: ${{ secrets.SW_BOT_APP_PRIVATE_KEY }}

- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ steps.generate-token.outputs.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
major_and_minor_tags: ${{ inputs.major_and_minor_tags || true }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: googleapis/release-please-action@v4
id: release
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-bundle-codepush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
VAULT_GITHUB_ACTIONS_ROLE: ${{ inputs.vault_github_actions_role || vars.VAULT_GITHUB_ACTIONS_ROLE }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Tailscale
uses: tailscale/github-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CODEARTIFACT_REPOSITORY: py-release
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
AWS_REGION: ${{ inputs.AWS_REGION || vars.AWS_REGION || vars.AWS_DEFAULT_REGION }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Tailscale
if: inputs.tailscale_enabled || inputs.vault_enabled
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-dbt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Tailscale
uses: tailscale/github-action@v3
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
poetry run pre-commit run --config .pre-commit-config-action.yaml

- name: Checkout dbt scripts
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ZeroGachis/.github
sparse-checkout: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-upload-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Checkout
if: ${{ inputs.checkout_enabled }}
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Configure AWS Credentials
if: inputs.aws_credentials_enabled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-with-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:

- name: Checkout
if: ${{ inputs.checkout_enabled }}
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Configure AWS Credentials
if: inputs.aws_credentials_enabled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Checkout
if: ${{ inputs.checkout_enabled }}
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Configure AWS Credentials
if: inputs.aws_credentials_enabled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
# See:
# https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions#workdir
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
if: ${{ github.event_name == 'pull_request' && inputs.coverage_comment_enabled }}
- name: Copy .coverage file
if: ${{ github.event_name == 'pull_request' && inputs.coverage_comment_enabled }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
${{ inputs.vault_secrets }}

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: actions/setup-python@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_scan_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Security Scan FS
uses: aquasecurity/trivy-action@0.33.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/structuretest-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Login to Github Packages
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
terraform_version: ${{ inputs.terraform_version }}

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-dbt-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Tailscale
uses: tailscale/github-action@v3
Expand Down