Skip to content

Commit

Permalink
bump version of GitGuardian and action checkout (#20)
Browse files Browse the repository at this point in the history
* add shellcheck

* edit shellcheck

* edit shellcheck

* add Git Guardian workflow

* Sync the master and dev branches (#16)

* edit shellcheck (#8)

* add shellcheck

* edit shellcheck

* edit shellcheck

* Update README.md (#9)

* Update README.md (#10)

* Update README.md (#11)

* Update README.md (#12)

* add Git Guardian workflow (#13)

* add shellcheck

* edit shellcheck

* edit shellcheck

* add Git Guardian workflow

* Update README.md (#14)

* Update README.md (#15)

* edit release badge

* add .gitignore file

* edit .awk file path

* bump version of GitGuardian scan

* bump version of action checkout
  • Loading branch information
meleksabit authored Oct 22, 2024
1 parent c42a376 commit bd7c180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitguardian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
- name: GitGuardian scan
uses: GitGuardian/ggshield/actions/secret@v1.31.0
uses: GitGuardian/ggshield/actions/secret@v1.32.2
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install ShellCheck
run: sudo apt-get install shellcheck
Expand Down

0 comments on commit bd7c180

Please sign in to comment.