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/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id-token: write
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- id: auth
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-push-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
exit 1
fi

- uses: 'actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8' # v6
- uses: 'actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1' # v7

- name: set vars
shell: bash
Expand All @@ -45,15 +45,15 @@ jobs:
service_account: ${{ secrets.GSA }}
token_format: 'access_token'

- uses: 'docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef' # v3
- uses: 'docker/login-action@dbcb813823bdd20940b903addbd779551569679f' # v4
name: 'Docker login'
with:
registry: 'us-docker.pkg.dev'
username: 'oauth2accesstoken'
password: '${{ steps.auth.outputs.access_token }}'

- name: build
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7
with:
context: .
push: true
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
fi

- name: ghcr Login
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7

- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: libops/actions
path: actions
Expand All @@ -74,10 +74,10 @@ jobs:
TAG: ${{ inputs.tag }}
DOCKER_PASSED_CONTEXT: ${{ inputs.context }}

- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
- uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4

- name: build+push GHCR
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7
with:
context: ${{ inputs.context }}
push: true
Expand All @@ -96,7 +96,7 @@ jobs:
- build
steps:
- name: ghcr Login
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -111,14 +111,14 @@ jobs:
service_account: ${{ secrets.GSA }}
token_format: "access_token"

- uses: "docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef" # v3
- uses: "docker/login-action@dbcb813823bdd20940b903addbd779551569679f" # v4
name: "GAR login"
with:
registry: "us-docker.pkg.dev"
username: "oauth2accesstoken"
password: "${{ steps.auth.outputs.access_token }}"

- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: libops/actions
path: actions
Expand All @@ -134,7 +134,7 @@ jobs:
TAG: ${{ inputs.tag }}
DOCKER_PASSED_CONTEXT: ${{ inputs.context }}

- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
- uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4

- name: merge platform images
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
exit 1
fi

- uses: 'actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8' # v6
- uses: 'actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1' # v7

- name: set vars
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/libops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
exit 1
fi

- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7

- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand All @@ -44,7 +44,7 @@ jobs:
service_account: ${{ secrets.GSA }}
token_format: 'access_token'

- uses: 'docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef' # v3
- uses: 'docker/login-action@dbcb813823bdd20940b903addbd779551569679f' # v4
name: 'Docker login'
with:
registry: 'us-docker.pkg.dev'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id-token: write
runs-on: ubuntu-24.04
steps:
- uses: 'actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8' # v6
- uses: 'actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1' # v7
- id: auth
name: 'Fetch remote URLs'
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: get-url
runs-on: ubuntu-24.04
steps:
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
with:
script: |
github.rest.issues.createComment({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/set-developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: write
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
fetch-depth: 0
- name: Add developer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id-token: write
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- id: auth
name: 'Fetch remote URLs'
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3
Expand Down