Skip to content

Commit

Permalink
common: fix code scanning alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Sep 13, 2024
1 parent a06e5c5 commit a556b5b
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pmem_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
needs: run
steps:
- name: Download all artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
path: csvs

Expand Down
2 changes: 1 addition & 1 deletion utils/docker/images/Dockerfile.centos-7
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

# Pull base image
FROM centos:7
FROM centos:7@sha256:8652b9f0cb4c0599575e5a003f5906876e10c1ceb2ab9fe1786712dac14a50cf
MAINTAINER [email protected]

# Set required environment variables
Expand Down
4 changes: 2 additions & 2 deletions utils/docker/images/Dockerfile.centos-stream
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2023, Intel Corporation
# Copyright 2023-2024, Intel Corporation

#
# Dockerfile - a 'recipe' for Docker to build an image of centos-based
# environment for building the PMDK project.
#

# Pull base image
FROM docker.io/tgagor/centos:stream
FROM docker.io/tgagor/centos:stream@sha256:14f375a0ae61106a82ab557c160bb0f1f1b439d2afc4d03d197adce2474353a1
MAINTAINER [email protected]

# Set required environment variables
Expand Down
4 changes: 2 additions & 2 deletions utils/docker/images/Dockerfile.debian-11
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2016-2023, Intel Corporation
# Copyright 2016-2024, Intel Corporation

#
# Dockerfile - a 'recipe' for Docker to build an image of Debian-based
# environment for building the PMDK project.
#

# Pull base image
FROM debian:11
FROM debian:11@sha256:34662f5448c46bb16e56edc0a8224cc0c0fb0a6bc4713061857761e8684ff388
MAINTAINER [email protected]

# Set required environment variables
Expand Down
4 changes: 2 additions & 2 deletions utils/docker/images/Dockerfile.fedora-31
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2016-2023, Intel Corporation
# Copyright 2016-2024, Intel Corporation

#
# Dockerfile - a 'recipe' for Docker to build an image of fedora-based
# environment for building the PMDK project.
#

# Pull base image
FROM fedora:31
FROM fedora:31@sha256:a7a37f74ff864eec55891b64ad360d07020827486e30a92ea81d16459645b26a
MAINTAINER [email protected]

# Set required environment variables
Expand Down
4 changes: 2 additions & 2 deletions utils/docker/images/Dockerfile.fedora-37
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2016-2023, Intel Corporation
# Copyright 2016-2024, Intel Corporation

#
# Dockerfile - a 'recipe' for Docker to build an image of fedora-based
# environment for building the PMDK project.
#

# Pull base image
FROM fedora:37
FROM fedora:37@sha256:4105b568d464732d3ea6a3ce9a0095f334fa7aa86fdd1129f288d2687801d87d
MAINTAINER [email protected]

# Set required environment variables
Expand Down
4 changes: 2 additions & 2 deletions utils/docker/images/Dockerfile.opensuse-leap-15
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2016-2023, Intel Corporation
# Copyright 2016-2024, Intel Corporation

#
# Dockerfile - a 'recipe' for Docker to build an image of openSUSE-based
# environment for building the PMDK project.
#

# Pull base image
FROM opensuse/leap:15
FROM opensuse/leap:15@sha256:2a8c959e6b77beb76401943d01735a4fe55f2deb9eb5cba8dc659f354bdb2a23
MAINTAINER [email protected]

# Set required environment variables
Expand Down
4 changes: 2 additions & 2 deletions utils/docker/images/Dockerfile.rockylinux-8
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2023, Intel Corporation
# Copyright 2023-2024, Intel Corporation

#
# Dockerfile - a 'recipe' for Docker to build an image of rockylinux-based
# environment for building the PMDK project.
#

# Pull base image
FROM rockylinux/rockylinux:8
FROM rockylinux/rockylinux:8@sha256:fcc573d8a467898553374348812a0c93d900161b7b97cf71c76476db5e41c7b3
MAINTAINER [email protected]

# Set required environment variables
Expand Down
4 changes: 2 additions & 2 deletions utils/docker/images/Dockerfile.rockylinux-9
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2023, Intel Corporation
# Copyright 2023-2024, Intel Corporation

#
# Dockerfile - a 'recipe' for Docker to build an image of rockylinux-based
# environment for building the PMDK project.
#

# Pull base image
FROM rockylinux/rockylinux:9
FROM rockylinux/rockylinux:9@sha256:3c8f8ff398c0125ad595e3cfbc9e592e9c184e278e29ae3b8d70fbbd147e5989
MAINTAINER [email protected]

# Set required environment variables
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/images/Dockerfile.ubuntu-22.04
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

# Pull base image
FROM ubuntu:22.04
FROM ubuntu:22.04@sha256:53a843653cbcd9e10be207e951d907dc2481d9c222de57d24cfcac32e5165188
MAINTAINER [email protected]

# Set required environment variables
Expand Down

0 comments on commit a556b5b

Please sign in to comment.