A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.

update cosgin version

Changed files
+2 -2
.github
workflows
+2 -2
.github/workflows/docker-image.yml
···
- name: Install cosign
if: github.event_name != 'pull_request'
-
uses: sigstore/cosign-installer@v3.7.0
+
uses: sigstore/cosign-installer@v3.8.1
with:
-
cosign-release: "v2.4.1"
+
cosign-release: "v2.4.3"
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3