Skip to content

Commit f4cf646

Browse files
Bump actions/checkout from 3 to 4 (#5)
* Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump igorshubovych/markdownlint-cli from 0.34.0 to 0.37.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fabasoad <fabasoad@gmail.com>
1 parent e82bad5 commit f4cf646

9 files changed

Lines changed: 15 additions & 19 deletions

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Please check if your PR fulfills the following requirements:
66

7-
- [ ] I have read the [CONTRIBUTING](https://github.com/fabasoad/setup-piet-action/blob/main/CONTRIBUTING.md)
7+
- [ ] I have read the [CONTRIBUTING](https://github.com/fabasoad/pascal-action/blob/main/CONTRIBUTING.md)
88
doc.
99
- [ ] Tests for the changes have been added (for bug fixes / features).
1010
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features).

.github/workflows/functional-tests-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 5
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: ./
1818
id: pascal
1919
with:

.github/workflows/functional-tests-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 5
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: fabasoad/pascal-action@main
1717
id: pascal
1818
with:

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
container:
2121
image: ghcr.io/fabasoad/pre-commit-container:latest
22-
options: --user root
2322
steps:
24-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2524
with:
2625
fetch-depth: 0
2726
- name: Update git config
28-
run: |
29-
repo=$(echo "${{ github.repository }}" | cut -d "/" -f 2)
30-
git config --global --add safe.directory "/__w/$repo/$repo"
27+
run: git config --global --add safe.directory "$(pwd)"
3128
- name: Run pre-commit on changed files
3229
if: ${{ github.event_name == 'pull_request' }}
3330
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Create release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- name: Get changelog

.github/workflows/update-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
run:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- uses: FantasticFiasco/action-update-license-year@v3

.pre-commit-config.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
default_install_hook_types: ["pre-commit", "pre-push"]
33
default_stages: ["commit", "push"]
4-
exclude: ^\.gitleaks\.toml$
54
minimum_pre_commit_version: 2.18.0
65
repos:
76
# Security
87
- repo: https://github.com/Yelp/detect-secrets
98
rev: v1.4.0
109
hooks:
1110
- id: detect-secrets
12-
- repo: https://github.com/zricethezav/gitleaks
13-
rev: v8.16.3
11+
- repo: https://github.com/gitleaks/gitleaks
12+
rev: v8.18.0
1413
hooks:
1514
- id: gitleaks
1615
# Dockerfile
@@ -21,7 +20,7 @@ repos:
2120
stages: ["push"]
2221
# Markdown
2322
- repo: https://github.com/igorshubovych/markdownlint-cli
24-
rev: v0.34.0
23+
rev: v0.37.0
2524
hooks:
2625
- id: markdownlint-fix
2726
stages: ["commit"]
@@ -33,19 +32,19 @@ repos:
3332
stages: ["push"]
3433
# GitHub Actions
3534
- repo: https://github.com/rhysd/actionlint
36-
rev: v1.6.24
35+
rev: v1.6.26
3736
hooks:
3837
- id: actionlint
3938
args: ["-pyflakes="]
4039
stages: ["push"]
4140
# Other
4241
- repo: https://github.com/pre-commit/mirrors-prettier
43-
rev: v3.0.0-alpha.9-for-vscode
42+
rev: v3.0.3
4443
hooks:
4544
- id: prettier
4645
stages: ["commit"]
4746
- repo: https://github.com/pre-commit/pre-commit-hooks
48-
rev: v4.4.0
47+
rev: v4.5.0
4948
hooks:
5049
- id: check-merge-conflict
5150
- id: check-json

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In short, when you submit code changes, your submissions are understood to be
3333
under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers
3434
the project. Feel free to contact the maintainers if that's a concern.
3535

36-
## Report bugs using [GitHub Issues](https://github.com/fabasoad/setup-piet-action/issues)
36+
## Report bugs using [GitHub Issues](https://github.com/fabasoad/pascal-action/issues)
3737

3838
We use GitHub issues to track public bugs. Report a bug by opening a new issue.
3939
It's that easy!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run Pascal script action
44

55
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
6-
![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/fabasoad/pascal-action?include_prereleases) ![CI (latest)](<https://github.com/fabasoad/pascal-action/workflows/CI%20(latest)/badge.svg>) ![Functional tests](https://github.com/fabasoad/pascal-action/workflows/Functional%20tests/badge.svg) ![Security tests](https://github.com/fabasoad/pascal-action/workflows/Security%20tests/badge.svg) ![Lint](https://github.com/fabasoad/pascal-action/workflows/Lint/badge.svg)
6+
![GitHub release](https://img.shields.io/github/v/release/fabasoad/pascal-action?include_prereleases)
77
![functional-tests-local](https://github.com/fabasoad/pascal-action/actions/workflows/functional-tests-local.yml/badge.svg)
88
![functional-tests-remote](https://github.com/fabasoad/pascal-action/actions/workflows/functional-tests-remote.yml/badge.svg)
99
![pre-commit](https://github.com/fabasoad/pascal-action/actions/workflows/pre-commit.yml/badge.svg)

0 commit comments

Comments
 (0)