Skip to content

Commit

Permalink
Merge pull request #793 from conda-forge/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub-actions-7a5f85986a
  • Loading branch information
beckermr authored Dec 1, 2024
2 parents 4c2b46a + aa22397 commit 874c1b7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ref: ${{ github.ref }}

- name: setup conda
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clean-and-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
owner: ${{ github.repository_owner }}

- name: relock
uses: beckermr/relock-conda@571d6d5735006079443f1f50ecc7a638a8569a94
uses: beckermr/relock-conda@7e9057f62545d3b3a3fc10ccc93cec4d0bd2c5a5
with:
github-token: ${{ steps.generate_token.outputs.token }}
automerge: true
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: setup conda
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0

- uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
- uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
fetch-depth: 0

- uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
- uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand All @@ -88,7 +88,7 @@ jobs:

- name: build docker metadata
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
with:
images: condaforge/webservices-dispatch-action
flavor: |
Expand All @@ -98,7 +98,7 @@ jobs:
type=raw,value=latest
- name: build and push image
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
with:
context: .
file: Dockerfile_wda
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: setup conda
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
fetch-depth: 0

- name: setup conda
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

- name: build and push docker image
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'conda-forge/conda-forge-webservices'
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v5
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v5
with:
context: .
file: Dockerfile_wda
Expand All @@ -151,7 +151,7 @@ jobs:

- name: setup conda
if: ${{ !github.event.pull_request.head.repo.fork }}
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:

- name: setup conda
if: ${{ !github.event.pull_request.head.repo.fork }}
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:

- name: setup conda
if: ${{ !github.event.pull_request.head.repo.fork }}
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:

- name: setup conda
if: ${{ !github.event.pull_request.head.repo.fork }}
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down Expand Up @@ -395,14 +395,14 @@ jobs:
concurrency:
group: ${{ github.event.pull_request.head.repo.fork != 'true' && 'live-tests-automerge' || format('{0}-{1}', github.workflow, github.ref) }}
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
fetch-depth: 0

- name: setup conda
if: ${{ !github.event.pull_request.head.repo.fork }}
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 # v1
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v1
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webservices-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ref: ${{ github.ref }}

- name: setup conda
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
ref: ${{ github.ref }}

- name: setup conda
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
with:
environment-file: conda-lock.yml
environment-name: webservices
Expand Down

0 comments on commit 874c1b7

Please sign in to comment.