Skip to content

Commit

Permalink
chore: bump/pin actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nosborn committed Mar 29, 2023
1 parent e61d15a commit ba11e0e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
@@ -1,3 +1,4 @@
# yamllint disable rule:line-length
---
name: CI

Expand All @@ -17,17 +18,17 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-python@v4.3.0
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0

local-test:
needs: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Test problem matcher
id: expect-failure
uses: ./
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
@@ -1,3 +1,4 @@
# yamllint disable rule:line-length
---
name: Release

Expand All @@ -12,7 +13,7 @@ jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: softprops/action-gh-release@v1
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/versioning.yml
@@ -1,3 +1,4 @@
# yamllint disable rule:line-length
---
name: Tag Versioning

Expand All @@ -11,4 +12,4 @@ jobs:
actions-tagger:
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@v2.0.2
- uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb # v2.03.
2 changes: 2 additions & 0 deletions .yamllint
Expand Up @@ -8,6 +8,8 @@ rules:
brackets:
min-spaces-inside-empty: 0
max-spaces-inside-empty: 0
comments:
min-spaces-from-content: 1 # agree with Prettier
document-end:
present: false
indentation:
Expand Down

0 comments on commit ba11e0e

Please sign in to comment.