1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 - name : Set up Python 3.12
22- uses : actions/setup-python@v6
22+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2323 with :
2424 python-version : 3.12
2525 - name : Install dependencies
6262 --volume /tmp:/movies
6363 steps :
6464 - name : Set up Python 3.x
65- uses : actions/setup-python@v6
65+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6666 with :
6767 python-version : ${{ matrix.python-version }}
6868 - name : Upgrade pip
@@ -73,16 +73,16 @@ jobs:
7373 - name : Import dataset
7474 run : docker exec --interactive neo4j-e2e cypher-shell -u neo4j -p neo4jpass --file /movies/movies.cypher
7575 - name : Check out project sources
76- uses : actions/checkout@v5
76+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7777 - name : Install dependencies
7878 run : pip install --upgrade -v -r requirements-async.txt
7979 - name : Check out test harness sources
80- uses : actions/checkout@v5
80+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8181 with :
8282 repository : neo4j-examples/movies-harness
8383 path : e2e
8484 ref : ${{ github.event.client_payload.sha }}
85- - uses : cypress-io/github-action@v6
85+ - uses : cypress-io/github-action@e65cba2e7319696fc0fdc4d5a319b737aec4ba1c # v6.10.3
8686 env :
8787 NEO4J_VERSION : ${{ matrix.neo4j-version }}
8888 NEO4J_URI : bolt://localhost
0 commit comments