File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1616 with :
17- go-version : ' 1.25.2 '
17+ go-version : ' 1.25.3 '
1818 cache-dependency-path : e2e_cleanup/go.sum
1919
2020 - name : download go modules
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
50+ uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
5151 with :
5252 languages : ${{ matrix.language }}
5353 build-mode : ${{ matrix.build-mode }}
5454
5555 - name : Perform CodeQL Analysis
56- uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
56+ uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
5757 with :
5858 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 5353 - 9092:9092
5454 - 9644:9644
5555 elasticsearch :
56- image : elasticsearch:9.1.5@sha256:9dac882b67afe5161f8988a7ede0e9890145182af83e4e1d4d10631c2f66656f
56+ image : elasticsearch:9.1.5@sha256:767e028f0bc761d4120487bf36613eecf484dbffd4e62240127e56928a5ef49c
5757 ports :
5858 - 9200:9200
5959 env :
9595
9696 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
9797 with :
98- go-version : ' 1.25.2 '
98+ go-version : ' 1.25.3 '
9999 cache-dependency-path : flow/go.sum
100100
101101 - name : install lib-geos
Original file line number Diff line number Diff line change 2424 sudo apt-get install libgeos-dev
2525 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2626 with :
27- go-version : ' 1.25.2 '
27+ go-version : ' 1.25.3 '
2828 cache : false
2929 - name : golangci-lint flow
3030 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
You can’t perform that action at this time.
0 commit comments