File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 schedule :
66 - cron : ' 0 2 * * *'
77
8+ env :
9+ GHIDRA_VERSION : 11.1.2
10+ GHIDRA_DATE : 20240709
11+
812jobs :
913 export-ghidra :
1014 runs-on : ubuntu-latest
3741 python-version : ' 3.11'
3842 - name : Get ghidra
3943 run : |
40- curl -L https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0_build/ghidra_11.0_PUBLIC_20231222 .zip -o /tmp/ghidra.zip
44+ curl -L https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${GHIDRA_VERSION}_build/ghidra_${GHIDRA_VERSION}_PUBLIC_${GHIDRA_DATE} .zip -o /tmp/ghidra.zip
4145 unzip -d /tmp /tmp/ghidra.zip
4246 echo /tmp/ghidra_*/support >> $GITHUB_PATH
4347 - name : Export ghidra
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : ' 0 2 * * *'
77
8+ env :
9+ GHIDRA_VERSION : 11.1.2
10+ GHIDRA_DATE : 20240709
11+
812jobs :
913 update-mapping :
1014 runs-on : ubuntu-latest
2125 python-version : ' 3.11'
2226 - name : Get ghidra
2327 run : |
24- curl -L https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0_build/ghidra_11.0_PUBLIC_20231222 .zip -o /tmp/ghidra.zip
28+ curl -L https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_${GHIDRA_VERSION}_build/ghidra_${GHIDRA_VERSION}_PUBLIC_${GHIDRA_DATE} .zip -o /tmp/ghidra.zip
2529 unzip -d /tmp /tmp/ghidra.zip
2630 echo /tmp/ghidra_*/support >> $GITHUB_PATH
2731 - name : Update mapping
You can’t perform that action at this time.
0 commit comments