Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group across 1 directory with 3 updates #292

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
contents: write
packages: read
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
git push origin $TAGNAME

- name: report result
uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a
uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand All @@ -77,12 +77,12 @@ jobs:
contents: read
steps:
- name: checkout built artifact
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ github.ref_name }}

- name: checkout sources
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ github.sha }}
path: origin
Expand All @@ -105,7 +105,7 @@ jobs:
- uses: sarisia/actions/conclusion@main
id: ghapi

- uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a
- uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
packages: read
contents: read
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -36,9 +36,9 @@ jobs:
packages: read
contents: read
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
id: ghapi

- name: report result
uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a
uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
Loading