Skip to content

Commit

Permalink
chore(deps): upgrade to .github 0.3.2 (celestiaorg#3085)
Browse files Browse the repository at this point in the history
## Motivation

In v0.3.1 the docker-security-build CI task would fail for Scaleway and
DockerHub if the PR was created from a branch on a fork. This means that
most PRs will have a ❌ . This should be fixed in
https://github.com/celestiaorg/.github/releases/tag/v0.3.2
  • Loading branch information
rootulp authored Feb 7, 2024
1 parent 2d261a2 commit f499fa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected].1
uses: celestiaorg/.github/.github/workflows/[email protected].2
with:
dockerfile: Dockerfile
secrets: inherit
Expand All @@ -29,7 +29,7 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/[email protected].1
uses: celestiaorg/.github/.github/workflows/[email protected].2
with:
dockerfile: docker/Dockerfile_txsim
packageName: txsim
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:

# hadolint lints the Dockerfile
hadolint:
uses: celestiaorg/.github/.github/workflows/[email protected].1
uses: celestiaorg/.github/.github/workflows/[email protected].2

yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: celestiaorg/.github/.github/actions/[email protected].1
- uses: celestiaorg/.github/.github/actions/[email protected].2
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-requester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
auto-request-review:
name: Auto request reviews
uses: celestiaorg/.github/.github/workflows/[email protected].1
uses: celestiaorg/.github/.github/workflows/[email protected].2
secrets: inherit
# write access for issues and pull requests is needed because the called
# workflow requires write access to issues and pull requests and the
Expand Down

0 comments on commit f499fa4

Please sign in to comment.