File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ permissions:
1414
1515jobs :
1616 changelog-preview :
17- uses : getsentry/craft/.github/workflows/changelog-preview.yml@fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b # V2
17+ uses : getsentry/craft/.github/workflows/changelog-preview.yml@beea4aba589c66381258cbd131c5551ae8245b82 # V2
1818 secrets : inherit
Original file line number Diff line number Diff line change 4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # pin@v4.31.11
47+ uses : github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # pin@v4.32.0
4848 with :
4949 languages : ${{ matrix.language }}
5050 # If you wish to specify custom queries, you can do so here or in a config file.
5555 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656 # If this step fails, then you should remove it and run the build manually (see below)
5757 - name : Autobuild
58- uses : github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # pin@v4.31.11
58+ uses : github/codeql-action/autobuild@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # pin@v4.32.0
5959
6060 # ℹ️ Command-line programs to run using the OS shell.
6161 # 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
6666 # make bootstrap
6767 # make release
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # pin@v4.31.11
69+ uses : github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # pin@v4.32.0
Original file line number Diff line number Diff line change 4343 cache-dependency-path : yarn.lock
4444
4545 - name : Prepare release
46- uses : getsentry/craft@fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b # v2
46+ uses : getsentry/craft@beea4aba589c66381258cbd131c5551ae8245b82 # v2
4747 env :
4848 GITHUB_TOKEN : ${{ steps.token.outputs.token }}
4949 with :
Original file line number Diff line number Diff line change @@ -95,8 +95,9 @@ node_modules.bak
9595# SwiftLint
9696swiftlint /*
9797
98- # Sample app
98+ # Environment variables
9999samples /* /.env
100+ .env
100101
101102# Local Claude Code settings that should not be committed
102103.claude /settings.local.json
Original file line number Diff line number Diff line change 1313 "kind" : " build" ,
1414 "isDefault" : true
1515 }
16+ },
17+ {
18+ "label" : " Claude" ,
19+ "type" : " shell" ,
20+ "command" : " CLAUDE_PATH=$(grep '^CLAUDE_PATH=' .env | cut -d '=' -f2 | tr -d '\" ') && $CLAUDE_PATH" ,
21+ "icon" : {
22+ "color" : " terminal.ansiRed" ,
23+ "id" : " robot"
24+ },
25+ "presentation" : {
26+ "reveal" : " always" ,
27+ "panel" : " new" ,
28+ "focus" : true
29+ },
30+ "group" : {
31+ "kind" : " none" ,
32+ "isDefault" : true
33+ },
34+ "problemMatcher" : []
1635 }
1736 ]
1837}
You can’t perform that action at this time.
0 commit comments