Skip to content

Commit

Permalink
Merge pull request #17 from DataDog/james.pond/fix-github-actions
Browse files Browse the repository at this point in the history
Fix possible security issue with GitHub Actions
  • Loading branch information
jamesponddotco authored Jun 27, 2024
2 parents 7d50eff + c5031af commit a0c3356
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: 'Tests'
on:
push:
branches:
- 'trunk'
paths-ignore:
- '.editorconfig'
- '.gitignore'
Expand All @@ -13,6 +15,8 @@ on:
- 'README.md'
- 'SUPPORT.md'
pull_request:
branches:
- 'trunk'
paths-ignore:
- '.editorconfig'
- '.gitignore'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: 'Lint'
on:
push:
branches:
- 'trunk'
paths-ignore:
- '.editorconfig'
- '.gitignore'
Expand All @@ -13,6 +15,8 @@ on:
- 'README.md'
- 'SUPPORT.md'
pull_request:
branches:
- 'trunk'
paths-ignore:
- '.editorconfig'
- '.gitignore'
Expand Down

0 comments on commit a0c3356

Please sign in to comment.