Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 421e650

Browse files
authored
Update README.md
1 parent 4ae0924 commit 421e650

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ To add the field CodeQL packs in Actions, you only will need to add the followin
2424

2525
```yaml
2626
# standard pack
27-
packs: +advanced-security/codeql-${{ matrix.language }}@latest
27+
packs: +advanced-security/codeql-${{ matrix.language }}
2828
# extension pack
29-
packs: +advanced-security/codeql-${{ matrix.language }}-extensions@latest
29+
packs: +advanced-security/codeql-${{ matrix.language }}-extensions
3030
```
3131
3232
**Configuration file (multi-language, all packs):**

0 commit comments

Comments
 (0)