Skip to content

Commit 1b38bf2

Browse files
Bump WorkOfStan/seablast-actions from 0.2.3 to 0.2.5 (#15)
* Bump WorkOfStan/seablast-actions from 0.2.3 to 0.2.4 Bumps [WorkOfStan/seablast-actions](https://github.com/workofstan/seablast-actions) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/workofstan/seablast-actions/releases) - [Changelog](https://github.com/WorkOfStan/seablast-actions/blob/main/CHANGELOG.md) - [Commits](WorkOfStan/seablast-actions@v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: WorkOfStan/seablast-actions dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update polish-the-code.yml bump linter to 0.2.5 (super-linter:8.1.0) * chore: zizmor.yaml disables unpinned-uses check - [zizmor.yaml](.github/linters/zizmor.yaml): disables unpinned-uses check - Allows referring to an action by version tag instead of exact hash, so that Dependabot can monitor and update versions automatically. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: WorkOfStan <rejthar@stanislavrejthar.com>
1 parent 4052b7d commit 1b38bf2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/linters/zizmor.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
rules:
3+
# disables the check - i.e. allows refering to version instead of an exact hash
4+
unpinned-uses:
5+
config:
6+
policies:
7+
"*": any

.github/workflows/polish-the-code.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ on:
1515
schedule:
1616
# Run the workflow at 6:30 AM UTC on the 18th of every month
1717
- cron: "30 6 18 * *"
18-
# Scheduled runs should not commit-changes automatically to the same branch
1918

2019
permissions:
2120
contents: read
2221

2322
jobs:
2423
super-linter:
25-
uses: WorkOfStan/seablast-actions/.github/workflows/linter.yml@v0.2.3
24+
uses: WorkOfStan/seablast-actions/.github/workflows/linter.yml@v0.2.5
2625
with:
2726
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)